Class sjl.wrappers.FuncSumInteger
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.FuncSumInteger

java.lang.Object
   |
   +----sjl.wrappers.FuncSumInteger

public class FuncSumInteger
extends Object
implements Function2
FuncSumInteger is a function object designed for creating a new object of type Integer based on the two argument objects and the + operator.

Copyright © 1996 Finn Bock


Constructor Index

 o FuncSumInteger()

Method Index

 o perform(Object, Object)
Convert the arguments to Integer and use the return values from the intValue() method with the + operator to create a new Integer which is returned.

Constructors

 o FuncSumInteger
  public FuncSumInteger()

Methods

 o perform
  public Object perform(Object o1,
                        Object o2)
Convert the arguments to Integer and use the return values from the intValue() method with the + operator to create a new Integer which is returned.

All Packages  Class Hierarchy  This Package  Previous  Next  Index